func crypto/cipher.newGCMFallback

2 uses

	crypto/cipher (current package)
		gcm.go#L72: 		return newGCMFallback(cipher, nonceSize, tagSize)
		gcm.go#L207: func newGCMFallback(cipher Block, nonceSize, tagSize int) (AEAD, error) {